Skip to content

Update dependency multidict to v6.6.3 #292

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 20, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
multidict ==6.6.0 -> ==6.6.3 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

aio-libs/multidict (multidict)

v6.6.3

Compare Source

=====

(2025-06-30)

Bug fixes

  • Fixed inconsistencies generated by the C implementation of _md_shrink() which might later lead to assertion failures and crash -- by :user:Romain-Geissler-1A.

    Related issues and pull requests on GitHub:
    :issue:1229.


v6.6.2

Compare Source

=====

(2025-06-28)

Bug fixes

  • Fixed a memory corruption issue in the C implementation of _md_shrink() that could lead to segmentation faults and data loss when items were deleted from a :class:~multidict.MultiDict. The issue was an edge case in the pointer arithmetic during the compaction phase -- by :user:bdraco.

    Related issues and pull requests on GitHub:
    :issue:1221, :issue:1222.

  • Fixed format string compilation errors in debug builds on 32-bit platforms by using portable %zd format specifiers for Py_ssize_t values instead of %ld -- by :user:bdraco.

    Related issues and pull requests on GitHub:
    :issue:1225, :issue:1226.

Packaging updates and notes for downstreams

  • Re-enabled 32-bit Linux wheel builds that were disabled by default in cibuildwheel 3.0.0 -- by :user:bdraco.

    Related issues and pull requests on GitHub:
    :issue:1225, :issue:1227.


v6.6.1

Compare Source

=====

(2025-06-28)

Bug fixes

  • If :meth:multidict.MultiDict.extend, :meth:multidict.MultiDict.merge, or :meth:multidict.MultiDict.update raises an exception, now the multidict internal state is correctly restored.
    Patch by :user:asvetlov.

    Related issues and pull requests on GitHub:
    :issue:1215.

Contributor-facing changes

  • Fixed setuptools deprecation warning about the license specification -- by :user:asvetlov.

    Related issues and pull requests on GitHub:
    :issue:1216.

  • Fix compiler warnings and convert them to errors -- by :user:asvetlov.

    Related issues and pull requests on GitHub:
    :issue:1217.



Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Dependencies bump label Feb 20, 2025
@renovate renovate bot force-pushed the renovate/python-monitor-deps branch 2 times, most recently from 612bbd9 to aa2a0bf Compare February 24, 2025 16:05
@renovate renovate bot changed the title Update dependency propcache to v0.3.0 Update Python Monitor Dependencies Feb 24, 2025
@renovate renovate bot force-pushed the renovate/python-monitor-deps branch 3 times, most recently from 951c38e to 597bdd9 Compare March 6, 2025 02:48
@renovate renovate bot force-pushed the renovate/python-monitor-deps branch 8 times, most recently from a867266 to 5070579 Compare March 17, 2025 11:45
@renovate renovate bot changed the title Update Python Monitor Dependencies Update dependency multidict to v6.2.0 Mar 17, 2025
@renovate renovate bot force-pushed the renovate/python-monitor-deps branch 2 times, most recently from b719cc0 to cd99af2 Compare March 19, 2025 19:04
@renovate renovate bot changed the title Update dependency multidict to v6.2.0 Update Python Monitor Dependencies Mar 19, 2025
@renovate renovate bot force-pushed the renovate/python-monitor-deps branch 2 times, most recently from 6302bc3 to 2fd5f30 Compare March 26, 2025 06:27
@renovate renovate bot force-pushed the renovate/python-monitor-deps branch 9 times, most recently from 40af741 to b767731 Compare April 3, 2025 23:43
@renovate renovate bot force-pushed the renovate/python-monitor-deps branch 8 times, most recently from b621c5f to d57da77 Compare June 10, 2025 13:41
@renovate renovate bot force-pushed the renovate/python-monitor-deps branch 6 times, most recently from 4a907b4 to 2e77c4d Compare June 17, 2025 14:57
@renovate renovate bot force-pushed the renovate/python-monitor-deps branch 8 times, most recently from 7bd90c7 to 378ee77 Compare June 27, 2025 10:19
@renovate renovate bot force-pushed the renovate/python-monitor-deps branch 3 times, most recently from af64fff to 7b657c0 Compare June 30, 2025 09:06
@renovate renovate bot changed the title Update Python Monitor Dependencies Update dependency multidict to v6.6.2 Jun 30, 2025
@renovate renovate bot force-pushed the renovate/python-monitor-deps branch from 7b657c0 to d171f13 Compare June 30, 2025 09:22
@renovate renovate bot force-pushed the renovate/python-monitor-deps branch from d171f13 to bffa8ca Compare June 30, 2025 17:36
@renovate renovate bot changed the title Update dependency multidict to v6.6.2 Update dependency multidict to v6.6.3 Jun 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Dependencies bump
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants